projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a461049
)
(display_mode_lines): Use CURRENT_MODE_LINE_FACE_ID_3 to get mode line face.
author
Kim F. Storm
<storm@cua.dk>
Mon, 11 Feb 2002 14:43:46 +0000
(14:43 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Mon, 11 Feb 2002 14:43:46 +0000
(14:43 +0000)
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index 90c36e495a2ea08e9457402e5c76bedd0b7afe21..3eed31a84d9f8cde12c51e48b903ee8783637456 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-13433,10
+13433,10
@@
display_mode_lines (w)
if (WINDOW_WANTS_MODELINE_P (w))
{
- struct window *
old
_w = XWINDOW (old_selected_window);
+ struct window *
sel
_w = XWINDOW (old_selected_window);
/* Select mode line face based on the real selected window. */
- display_mode_line (w, CURRENT_MODE_LINE_FACE_ID
(old_
w),
+ display_mode_line (w, CURRENT_MODE_LINE_FACE_ID
_3 (sel_w, sel_w,
w),
current_buffer->mode_line_format);
++n;
}